home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS06.ADF / DPSlide.doc < prev    next >
Text File  |  1986-02-01  |  4KB  |  108 lines

  1. DPSlide v1.0 Documentation
  2. --------------------------
  3.  
  4. DPSlide v1.0  25-Jan-86
  5. Copyright (C) 1986  Paul A. Biondo
  6.  
  7. by
  8.  
  9. Paul A. Biondo
  10. 185 Powderhouse Blvd.
  11. Somerville, MA 02144
  12.  
  13. CompuServe: 74746,277
  14.  
  15. DPSlide is a slide show program for displaying graphic images which
  16. are output from the Deluxe Paint program from Electronic Arts, and those
  17. images which are compatible with that output.
  18.  
  19. DPSlide allows the user to select the slides which are to be shown, the
  20. length of time for each slide to appear on the screen and the method of
  21. bringing the slide up on to the screen.  There are five methods for
  22. bringing a slide up on to the screen.
  23.  
  24. The five methods are:
  25.  
  26. Pop Up: The slide pops on the screen instantaneously.
  27. Fade In: The slide fades on to the screen.
  28. Fade Out/Fade In: The old slide fades out, then the new one fades in.
  29. Scroll Up: The new slide scrolls up over the old slide.
  30. Scroll All: The entire display scrolls up bringing the new slide into view.
  31.  
  32. Amiga owners with 512K of memory can display any combination of Deluxe
  33. Paint images, mixing low, medium and hi resolution images.  Owners with
  34. only 256K of memory are limited to only displaying low resolution images.
  35.  
  36. Warning for 512K owners: using two hi resolutions images in a row, uses
  37. a large amount of memory.  When doing this, if memory is fragmented, the
  38. program may not be able to get all the memory it needs and may crash.  To
  39. insure that you have enough memory, reboot before running the program
  40. and make sure no other CLIs are running.
  41.  
  42.  
  43. Running the program:
  44. --------------------
  45.  
  46. To run the program type:
  47.  
  48. DPSlide <commandfile>
  49.  
  50. The program will loop continuously thru the command file displaying the
  51. slides as directed.  While the program is executing and the DPSlide window
  52. is the active one on the WorkBench screen, there are three function keys
  53. available.
  54.  
  55. The F1 key can be used to pause the program so that whatever slide is on
  56. screen will stay until F1 is hit again.  The F2 key is used to push DPSlide
  57. to the background and make the WorkBench screen come to the top.  At this
  58. point you can run other programs from any CLIs that are available.  To
  59. return to DPSlide hit F2 again.  Make sure that you click in the DPSlide
  60. window first to activate it, so that the F2 will be read by DPSlide.  The
  61. F10 key is used to exit DPSlide.
  62.  
  63.  
  64. Building the command file:
  65. --------------------------
  66.  
  67. The command file is a text file created with any Amiga editor.  It has the
  68. format of one line per slide.  Each line contains five elements seperated
  69. by commas.
  70.  
  71. filename,startmode,displaymode,endmode,displaytime
  72.  
  73. filename: This should be the name of the slide.  It can contain any valid
  74.           Amiga filename that does not include a comma, including the
  75.           location of that file if it is not in the current directory.
  76.           It should be limited to 80 characters.
  77.  
  78. startmode: The method used to bring the slide up on the screen.
  79.            0 = Pop Up
  80.            1 = Fade In
  81.            2 = Fade Out/Fade In
  82.            3 = Scroll Up
  83.            4 = Scroll All
  84.  
  85. displaymode: Not currently implemented.  Should always be 0.
  86.  
  87. endmode: Not currently implemented.  Should always be 0.
  88.  
  89. displaytime: Number of seconds to display image before starting to load
  90.              the next image into memory.
  91.  
  92. There should be no blank lines in the command file.  Below is an example
  93. of a command file.
  94.  
  95.     KingTut,0,0,0,10
  96.     Starflight,2,0,0,8
  97.     PaintCan,3,0,0,10
  98.  
  99. This would display the KingTut image for 10 seconds using the Pop Up method,
  100. the Starflight image for 8 seconds using the Fade In/Fade Out method and the
  101. PaintCan image for 10 seconds using the Scroll Up method.  These 3 images
  102. would be continuously displayed until F10 is hit.
  103.  
  104. If you have any comments or suggestions please feel free to write me at
  105. the address above or on CompuServe.  I hope you have fun using the program.
  106.  
  107. Paul A. Biondo
  108.